<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.contact_color-attention {
	color: #e60012;
}
.contactNarrowBlock_01 {
	padding-left: 20px;
}
.contactColumnBlock_01.column2 .column {
	width: 480px;
	margin-right: 20px;
}
.contactColumnBlock_01.column2 .column:last-child {
	margin-right: 0px;
}
.contactColumnBlock_01.column2 .column .btn_01 {
	width: 320px;
}
.contactNarrowBlock_01 .headingLv3.contactMail {
	background: url(../../../support/contact/images/icon_contact_04.gif) no-repeat left center;
	padding: 12px 0px 12px 70px;
}
.contactNarrowBlock_01 .headingLv3.contactTel {
	background: url(../../../support/contact/images/icon_contact_05.gif) no-repeat left center;
	padding: 14px 0px 14px 70px;
}
.contactNarrowBlock_01 .contactAdjustBox {
}
.contact_buttonList {
	width: 696px;
	margin: 0 auto;
}
.contact_buttonList_item {
	float: left;
	width: 320px;
}
.contact_buttonList_item + .contact_buttonList_item {
	margin-left: 56px;
}
.contact_buttonList_item &gt; a {
	display: block;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	height: 56px;
	box-sizing: border-box;
}
.contact_buttonList_item &gt; a &gt; span{
	background: url(../../../common/images/icon_brank_02.png) no-repeat right center;
	padding: 0 20px;
}
.contact_buttonList_item &gt; a:hover {
	text-decoration: none;
	opacity: .7;
}
.contact_buttonList_item.first &gt; a {
	padding: 15px 10px;
	background: #fff url(../../../support/contact/images/icon_contact_01.gif) no-repeat 40px center;
}
.contact_buttonList_item.second &gt; a {
	padding: 6px 10px;
	background: #fff url(../../../support/contact/images/icon_contact_02.gif) no-repeat 20px center;
}



.contactNarrowBlock_02 {
	padding: 0 40px;
}
.errorMessageBlock  {
	border: 1px solid #3b3b3b;
	padding: 20px 20px 20px 60px;
	background: url(../../../support/contact/images/icon_contact_03.gif) no-repeat 20px 16px;
}
.formBtnList {
	position: relative;
	margin-top: 70px;
}
.formBtnList .submit_btn {
	display: block;
	font-weight: bold;
	text-align: center;
	width: 320px;
	margin: 0 auto;
	padding: 15px 10px;
	border: 1px solid #000;
	background: #fff url(../../../common/images/icon_arrow_03.png) no-repeat 7rem 1.45rem;
}
.formBtnList .back_btn {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-weight: bold;
	text-align: center;
	width: 110px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #000;
	background: #fff url(../../../common/images/icon_arrow_03.png) no-repeat 15px center;
}

.confirmationBorderBox {
	padding: 20px;
	border: 1px solid #b0b0b0;
}
.confirmationTable th {
	width: 30%;
	text-align: left;
}
.confirmationTable th,
.confirmationTable td {
	padding: 20px 10px;
}

.completionBtnList_01 {
	width: 320px;
	margin: 0 auto 30px;
}
.completionBtnList_02 {
	width: 735px;
	margin: 0 auto;
}


/*-----------------------------------
contact_form
-----------------------------------*/
#contact_form{
	background:#f3f3f3;
	padding:30px;
}
#contact_form .inner{
	width:920px;
	margin:0 auto;
}
#contact_form .inner table{
	border-collapse: collapse;
	width:100%;
}
#contact_form .inner table th,
#contact_form .inner table td{
	padding:20px;
	vertical-align:middle;
}
#contact_form .inner table th{
	width:32%;
	border-bottom:#bebebe 1px solid;
	background:#b0b0b0;
	text-align:center;
	font-weight:bold;
}
#contact_form .inner table td{
	border-bottom:#f3f3f3 1px solid;
	border-left:#f3f3f3 10px solid;
	background:#fff;
	font-weight:bold;
}
#contact_form .inner table th em{
	font-style:normal;
	color:#e60012;
}
#contact_form .inner table th span.terms{
	display:block;
	margin-top:5px;
	font-size:0.857rem;
	color:#333;
}

#contact_form .inner table select{
	width:250px;
	height:32px;
	padding:0 0 0 5px;
	border:#b0b0b0 1px solid;
}
#contact_form .inner table textarea{
	width:500px;
	padding:5px;
	border:#b0b0b0 1px solid;
}
#contact_form .inner table input[type="text"],
#contact_form .inner table input[type="number"],
#contact_form .inner table input[type="email"]{
	display:inline-block;
	width:500px;
	height:30px;
	padding:0 0 0 5px;
	border:#b0b0b0 1px solid;
}
#contact_form .inner table .age p{
	display:inline-block;
	margin-right:40px;
	line-height:30px;
}
#contact_form .inner table .age p:first-child{
	width:165px;
	margin-right:50px;
}
#contact_form .inner table .age p input{
	width:100px!important;
	margin:0 10px;
}
#contact_form .inner table .age ul{
	display:inline-block;
	float:none;
}
#contact_form .inner table .age .search_inputList_item{
	display:inline-block;
	float:none;
	margin:20px 0 0 20px;
}
#contact_form .inner table .zip input,
#contact_form .inner table .tel input{
	width:150px;
}
#contact_form .inner table textarea.address{
	min-height:50px;
}
#contact_form .inner table textarea.details{
	min-height:130px;
}
.btn_01.contact{
	width:300px;
	margin:20px auto;
}
.btn_01.contact &gt; a{
	padding:17px 10px;
}

@media screen and (max-width:767px){
/*-----------------------------------
contactNarrowBlock
-----------------------------------*/
.contactNarrowBlock_01 {
	padding-left: 0;
}
.contactColumnBlock_01.column2 .column {
	width: 100%;
	margin-right: 0;
}
.contactColumnBlock_01.column2 .column .btn_01 {
	width: 100%;
}







}



</pre></body></html>